'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Overloads Shared Function SearchSecurityGroup( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService, _ ByVal securityGroupFolderPath As IReadOnlyList(Of String), _ ByVal securityGroupId As String _ ) As String()
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim securityGroupFolderPath As IReadOnlyList(Of String) Dim securityGroupId As String Dim value() As String value = IUAReadOnlyPubSubSecurityKeyServiceExtension.SearchSecurityGroup(readOnlyPubSubSecurityKeyService, securityGroupFolderPath, securityGroupId)
[Extension()] [CanBeNull()] public static string[] SearchSecurityGroup( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService, IReadOnlyList<string> securityGroupFolderPath, string securityGroupId )
[Extension()] [CanBeNull()] public: static array<String^>^ SearchSecurityGroup( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService, IReadOnlyList<String^>^ securityGroupFolderPath, String^ securityGroupId )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - securityGroupFolderPath
- A path to the folder that contains the security group.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic). - securityGroupId
- The Id of the security group.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
null
if the specified security group Id does not exist in the security group folder specified by securityGroupFolderPath or its subfolders (recursively).
This method can return null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).